PDF Plugin for Xojo
PDFDocument.EncryptModeEnum Enum
Enum that represents encryption modes. This enum is used with the SetEncryptionMode method.
enum PDFDocument.EncryptModeEnum
Constants
ENCRYPT_R2 = 2
Use Revision 2 algorithm. keyLength automatically set to 5 (40 bits).
ENCRYPT_R3 = 3
Use Revision 3 algorithm. keyLength"can be 5 (40 bits) to 16 (128bits).